home *** CD-ROM | disk | FTP | other *** search
- /* Parse POV-Ray output filename into seperate path+name, extension */
-
- parse ARG infile
- parse var infile basename '.' ext
-
- address command 'povray3:utils/'ext'toppm 'infile' >t:tempic'
- address command 'povray3:utils/ppmtoilbm -24force t:tempic >'basename'.iff'
- address command 'delete t:tempic'
-
-